home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / c / CFilter.lha / CFilter-English.doc next >
Encoding:
Text File  |  1995-03-23  |  1.8 KB  |  82 lines

  1.  
  2.                                    ************
  3.                                    * C Filter *
  4.                                    ************
  5.  
  6.  
  7.  
  8. Introduction
  9. ------------
  10.  
  11. Last week, I was working on my C project and I needed to
  12. know how pre-processor commands were interpreted. But
  13. the output generated by the -E option of my compiler
  14. contained lots of empty lines and it wasn't easy to
  15. read (and to print). So I decided to create C Filter.
  16.  
  17.  
  18. Installation
  19. ------------
  20.  
  21. Just put CFilter in any drawer. Don't forget you'll need the Ixemul
  22. library or it won't work (compiled with GCC). It is available on
  23. Aminet or in the GCC package.
  24.  
  25.  
  26. Usage
  27. -----
  28.  
  29.         CFilter <filename>
  30.  
  31. where filename stands for the name of the file containing your pre-processed
  32. source.
  33.  
  34.  
  35. Disclaimer
  36. ----------
  37.  
  38. You use C Filter at your own risks. It has been tested for hours on my computer
  39. (A1200). I can't be responsible if it breaks something (it shouldn't, due
  40. to the algorithms used).
  41.  
  42.  
  43. History
  44. -------
  45.  
  46. March 1995          Version 1.0         Initial release
  47.  
  48.  
  49.  
  50.  
  51. Author/Distribution
  52. -------------------
  53.  
  54. C Filter has been created by the mad brain of
  55.  
  56. Mr Franck ANIERE
  57. 30, Rue Jean Bouin
  58. 93220 GAGNY
  59.  
  60. E-Mail : aniere@massena.univ-mlv.fr
  61.          aniere@fillmore.univ-mlv.fr
  62.          aniere@univ-mlv.fr (if the 2 others don't work)
  63.  
  64. You can join me for any comments, suggestions or bug reports.
  65.  
  66. This product is FREEWARE, but I keep a copyright on it.
  67. You can diffuse and use it freely if you keep the archive
  68. intact and don't put a virus in it.
  69. Aminet, Fred Fish, Funet and other Public Domain organisations
  70. or Amiga magazines are allowed to distribute this product, on
  71. floppy disk as well as on CD ROM if the price of the support is
  72. normal. France Festival Distribution WILL NEVER BE ALLOWED to
  73. diffuse it.
  74.  
  75. To do
  76. -----
  77.  
  78. Well, I don't see what to add. And you ?
  79.  
  80.  
  81.  
  82.